Welcome![Sign In][Sign Up]
Location:
Search - ARM DSP HPI

Search list

[Other resourceBootProtect

Description: 一个DSP的完整程序,接收ARM从HPI口传来的程序,并写入到目标运行地址,然后运行DSP此下载的程序,具体应用到工程中。-a DSP integrity procedures, ARM reception came from the mouth of HPI procedures, and write operation to the target address, and then run this download DSP procedures applied to specific projects.
Platform: | Size: 125746 | Author: 程许平 | Hits:

[Other resourcehpi

Description: ARM HPI程序。 用于ARM与DSP之间通信
Platform: | Size: 7898 | Author: 李华 | Hits:

[Other resourcejianshi

Description: 个DSP的完整程序,接收ARM从hpi口传来的程序,并写入到目标运行地址,然后运行DSP此下载的程序,具体应用到工程中。
Platform: | Size: 369076 | Author: wujianxiang | Hits:

[Other resourceDSP+ARM+C51

Description: DSP与单片机或ARM的HPI接口例程(適用在多機並聯時用)
Platform: | Size: 32945 | Author: 安安 | Hits:

[Other resourceDSP_ARM_HPI

Description: DSP与单片机或ARM的HPI接口例程  .
Platform: | Size: 33197 | Author: xinhuam | Hits:

[DSP programBootProtect

Description: 一个DSP的完整程序,接收ARM从HPI口传来的程序,并写入到目标运行地址,然后运行DSP此下载的程序,具体应用到工程中。-a DSP integrity procedures, ARM reception came from the mouth of HPI procedures, and write operation to the target address, and then run this download DSP procedures applied to specific projects.
Platform: | Size: 131072 | Author: | Hits:

[Other Embeded programhpi

Description: ARM HPI程序。 用于ARM与DSP之间通信-ARM HPI procedures. Used for communication between the ARM and DSP
Platform: | Size: 7168 | Author: 李华 | Hits:

[ARM-PowerPC-ColdFire-MIPSSrc

Description: DSP DM642的HPI接口应用,采用C ++,经过调试-DSP DM642
Platform: | Size: 5120 | Author: 孟之 | Hits:

[Embeded Linuxhpi

Description: arm9200+dsp642的驱动源代码-arm9200+ dsp642 driver source code
Platform: | Size: 10240 | Author: 余未 | Hits:

[DSP programDSP+ARM+C51

Description: DSP与单片机或ARM的HPI接口例程(適用在多機並聯時用)-DSP and MCU or ARM the HPI interface routines (for parallel multi-machine when in use)
Platform: | Size: 32768 | Author: 安安 | Hits:

[DSP programDSP_ARM_HPI

Description: DSP与单片机或ARM的HPI接口例程  .-DSP and MCU or ARM the HPI interface routines.
Platform: | Size: 32768 | Author: xinhuam | Hits:

[DSP programnewtest

Description: 解析hex文件,从而可以让ARM通过HPI口下到DSP中让DSP脱机运行-Analysis hex file, which can under the ARM through the HPI port to the DSP in the DSP so that run off-line
Platform: | Size: 1024 | Author: 卞涛 | Hits:

[DSP programhpi

Description: 本程序通过ARM LPC2468实现了TMS320C6713 DSP的HPI启动。-This procedure ARM LPC2468 achieved TMS320C6713 DSP' s HPI boot.
Platform: | Size: 90112 | Author: 李明 | Hits:

[Linux-UnixLinuxHPI

Description: arm Linux下DSP接口HPI的驱动-arm Linux driver under the DSP interface HPI
Platform: | Size: 17408 | Author: 古容江 | Hits:

[SCMHPI

Description: C51单片机加载DSP程序,DSP是5402,只需稍加修改就可以用于ARM等芯片-C51 microcontroller program load DSP, DSP is 5402, just a little modification can be used for ARM chips, etc.
Platform: | Size: 3072 | Author: 小刘 | Hits:

[DSP programdsp_traning_PCB

Description: DSP最小系统设计并和ARM开发板连接(HPI口)-Minimum system design and DSP and ARM development board connected (HPI I)
Platform: | Size: 12420096 | Author: 李丰存 | Hits:

[Embeded-SCM DevelopHPI-module

Description: 本文件夹中的代码是“HPI模块”的相应代码。 HPI.c 该文件是操作HPI的代码,包括HPI读写操作(地址固定或者自增模式)。 电路图.pdf 该文件是HPI和S3C44B0X的电路连接原理图,本电路图注重于描述主机CPU(即ARM芯片S3C44B0)和C6713间的HPI连接方式,所以,电路连接标号一般只涉及ARM、C6713之间的连接关系,至于C6713的其他部分(如SDRAM、FLASH等)和部分控制信号、电源信号都略去。-HPI application module on DSP
Platform: | Size: 60416 | Author: 王以笑 | Hits:

[Linux-UnixLinux-driver-development12

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第12章、Linux字符设备驱动综合实例。本章将分析5个典型的字符设备驱动,在这些驱动中,将灵活地运用到前面各章所讲解的内容。12.1节讲解按键的设备驱动,加深读者对字符设备驱动架构、阻塞与非阻塞、中断、定时器等相关知识的理解。12.2节讲解触摸屏的设备驱动,触摸屏的设备驱动比按键的设备驱动稍微复杂一些,但是很类似。12.3节讲解TI的DSP提供给通用CPU的HPI(主机并行接口)的设备驱动,硬件结构为ARM+DSP,ARM的总线连接DSP的HPI接口。12.4节讲解通用NVRAM的设备驱动,并会引入一个新的概念,即miscdevice(混杂设备)。12.5节讲解看门狗的设备驱动,它也被归入miscdevice,这一节还会引入两个新的概念,即platform_device(平台设备)和platform_driver(平台驱动)。NVRAM和看门狗的设备驱动与普通字符设备驱动有细微的差别。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 12, Linux character device driver comprehensive examples. This chapter will five typical character analysis device drivers, in these drivers will be flexible, apply in the front of the book, the explanation content. Section 12.1 explain the device driver, deepen buttons to readers character device driven architecture, obstruction and the obstruction, and interrupt, timer and other related knowledge of understanding. Section 12.2 interpretation of the touch screen device drivers, touch screen device driver than buttons device driver a little more complex, but some s similar. Section 12.3 explain the DSP provide general TI CPU HPI (parallel interface) host device drivers, hardware structure for ARM and DSP, ARM bus connection DSP HPI interface. Section 12.4 of the general NVRAM explain device drivers
Platform: | Size: 628736 | Author: 华清远见 | Hits:

[ARM-PowerPC-ColdFire-MIPShpi

Description: arm9芯片s3c2410与dsp6713芯片的hpi口交互程序,主要实现对dsp的初始化及dsp与arm之间的数据通信-s3c2410 arm9 chip chip hpi mouth with dsp6713 interactive program, the main achievement of the dsp and dsp initialization and data communication between the arm
Platform: | Size: 1024 | Author: 江州 | Hits:

[DSP programDSPmaster1111

Description: 提出在分布式电能质量监测仪中采用数字信号处理器( DSP) 的主机接口( HPI) 实现双CPU 间的通信。整个电能质量监测系统采用高级精简指令集计算机( ARM, 型号S3C2410X) 和DSP ( 型号T MS320C6713) 双CPU 结构的总体设计方案。文中给出了HPI 的硬件连接图, 介绍了在 WinCE 操作系统中编写HPI 驱动程序的要点, 给出了监测仪使用的HPI 驱动程序的接口函数 HPI_Init 的流程图, 以及驱动程序对S3C2410X 相关寄存器的设置, 最后介绍了影响H PI 通信速 度的因素和监测仪所采用的HPI 通信规范-Proposed distributed power quality monitoring instrument used in digital signal processor (DSP) of the host interface (HPI) to achieve dual-CPU communication between. The power quality monitoring system, using advanced reduced instruction set computer (ARM, model S3C2410X) and DSP (Model T MS320C6713) dual CPU structure of the overall design. The paper gives the HPI hardware connection diagram, introduced in the WinCE operating system to write the main points of HPI drivers, given the monitor using the HPI driver interface functions HPI_Init flow chart, and the driver on the relevant register S3C2410X settings, and finally describes the impact of H PI communications and monitor the speed of the factors used by the HPI communication norms
Platform: | Size: 710656 | Author: ywj | Hits:
« 12 »

CodeBus www.codebus.net